projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c499f00
)
Fix a typo in "handle SIGINT" command.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Feb 2002 12:50:26 +0000
(12:50 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 4 Feb 2002 12:50:26 +0000
(12:50 +0000)
etc/DEBUG
patch
|
blob
|
history
diff --git
a/etc/DEBUG
b/etc/DEBUG
index ec31b2f7ed7dbf3d679a5a328e2d4c9514abf089..7ae4ab9c46d5906ad3e7ccc0bc771369ab28181b 100644
(file)
--- a/
etc/DEBUG
+++ b/
etc/DEBUG
@@
-41,7
+41,7
@@
The src/.gdbinit file in the Emacs distribution arranges for SIGINT
(C-g in Emacs) to be passed to Emacs and not give control back to GDB.
On modern POSIX systems, you can override that with this command:
- handle
int
stop nopass
+ handle
SIGINT
stop nopass
After this `handle' command, SIGINT will return control to GDB. If
you want the C-g to cause a QUIT within Emacs as well, omit the